home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Environments / XLISP-STAT 3.44 / README next >
Text File  |  1996-06-24  |  3KB  |  61 lines

  1. This the Macintosh distribution of XLISP-STAT Release 3. This
  2. distribution is available for anonymous ftp from umnstat.stat.umn.edu
  3. (128.101.51.1) in directory pub/xlispstat/macintosh. This release is
  4. experimental. A possibly more stable release, but one that does not
  5. support the new features of Release 3, is available in
  6. pub/xlispstat/macintosh/old.
  7.  
  8. You need to obtain two self extracting archive files: the appropriate
  9. application for your system and the support files. The support files
  10. are in xlispstat-3-??-files.sea.hqx, where ?? corresponds to the
  11. current minor release number, and the applications are
  12.  
  13.     'XLISP-STAT 3.?? PPC' in xlispstat-3-??-ppcapp.sea.hqx
  14.     'XLISP-STAT 3.?? 881' in xlispstat-3-??-881app.sea.hqx
  15.     'XLISP-STAT 3.?? 020' in xlispstat-3-??-020app.sea.hqx
  16.     'XLISP-STAT 3.?? GEN' in xlispstat-3-??-genapp.sea.hqx
  17.  
  18. The GEN application should run on any 68K mac. The 020 application
  19. requires at least a 68020 processor but no coprocessor. The 881
  20. application requires both a 68020 or higher processor and a
  21. coprocessor. the PPC application is a PowerPC native code
  22. implementation. All versions have been compiled with MetroWerks
  23. CodeWarrior C 1.1.1.2. Extracting the support files creates a folder.
  24. After extracting your executable, place it in this folder.
  25.  
  26. Some information on the changes since Release 2 is given in the file
  27. pub/xlispstat/doc/changes.ps.
  28.  
  29. Default partition sizes for the applications are set to 3M. You may
  30. need more if you have a large color screen or are using more than 256
  31. colors.
  32.  
  33. A minimal runtime system needs the application and the initial
  34. workspace, 'xlisp.wks', and any of the files in the Autoload folder
  35. you want to use. The application, initial workspace, and Autoload
  36. folder must be placed in the same folder. You can add the 'xlisp.hlp'
  37. file if you want documentation to be available.
  38.  
  39. If you want to include any of the 'Autoload' files in the startup
  40. workspace, load them into a running application and do
  41.  
  42.     (save-workspace "newxlisp.wks")
  43.  
  44. This creates a new workspace file and exits. You can then double click
  45. on this workspace, or you can rename it 'xlisp.wks' to make it the
  46. default startup workspace (keep a copy of the original one). To load
  47. the compiler, load the file 'cmpload.fsl' in the 'Autoload' folder.
  48.  
  49. The lisp sources can be compiled by loading the 'cmpsys.lsp' file in
  50. the 'Lisp Sources' folder. This will recompile any .lsp file whose
  51. corresponding .fsl file does not esist or has an earlier modification
  52. date.
  53.  
  54. The file xlsx.h is a header file for use with external functions.
  55.  
  56. Luke Tierney
  57. School of Statistics
  58. University of Minnesota
  59. Minneapolis, MN 55455
  60. luke@stat.umn.edu
  61.